const go/types.fallthroughOk

7 uses

	go/types (current package)
		stmt.go#L94: 	fallthroughOk
		stmt.go#L117: 	ok := ctxt&fallthroughOk != 0
		stmt.go#L118: 	inner := ctxt &^ fallthroughOk
		stmt.go#L123: 			inner |= fallthroughOk
		stmt.go#L427: 	inner := ctxt &^ (fallthroughOk | finalSwitchCase | inTypeSwitch)
		stmt.go#L583: 			if ctxt&fallthroughOk == 0 {
		stmt.go#L665: 				inner |= fallthroughOk